projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6df9b6d
)
(diff-add-change-log-entries-other-window): Document in the code a bug.
author
Stefan Monnier
<monnier@iro.umontreal.ca>
Wed, 28 Oct 2009 19:30:25 +0000
(19:30 +0000)
committer
Stefan Monnier
<monnier@iro.umontreal.ca>
Wed, 28 Oct 2009 19:30:25 +0000
(19:30 +0000)
lisp/diff-mode.el
patch
|
blob
|
history
diff --git
a/lisp/diff-mode.el
b/lisp/diff-mode.el
index 93a8a418806d3e01ff64780b7c9d210e0181d573..cb0dce5e80dc81d1a2afa466f1a67628a2e81830 100644
(file)
--- a/
lisp/diff-mode.el
+++ b/
lisp/diff-mode.el
@@
-1886,6
+1886,7
@@
I.e. like `add-change-log-entry-other-window' but applied to all hunks."
"\\( .*\n\\)*[+]\\)?")
nil t))
(save-excursion
+ ;; FIXME: this pops up windows of all the buffers.
(add-change-log-entry nil nil t nil t)))
;; When there's no more hunks, diff-hunk-next signals an error.
(error nil)))))